spi: spidev: Add missing spi_device_id for bh2228fv
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 30 Jul 2024 13:35:47 +0000 (15:35 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Mon, 12 Aug 2024 18:18:17 +0000 (20:18 +0200)
commit2e947c59fad49d9b40a8e643a88208091b563fb5
treebf6a544518496a59ea6631e0bd1a59c491e2d65d
parent42a31f0cd1bee3cc3429135f2d82a61605959716
spi: spidev: Add missing spi_device_id for bh2228fv

Origin: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git/commit?id=e4c4638b6a10427d30e29d22351c375886025f47

When the of_device_id entry for "rohm,bh2228fv" was added, the
corresponding spi_device_id was forgotten, causing a warning message
during boot-up:

    SPI driver spidev has no spi_device_id for rohm,bh2228fv

Fix module autoloading and shut up the warning by adding the missing
entry.

Fixes: fc28d1c1fe3b3e2f ("spi: spidev: add correct compatible for Rohm BH2228FV")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/cb571d4128f41175f31319cd9febc829417ea167.1722346539.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name spi-spidev-Add-missing-spi_device_id-for-bh2228fv.patch
drivers/spi/spidev.c